Commit bad80fab509b17b45499deac5cc61b0831912442
Parents : 042726d
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-09-11T12:05:20+02:00
Updated version and dependencies
Changes
3 files changed, 3 insertions(+), 3 deletions(-)
Diff
diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index aa025985..db09da8f 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
-android.numeric_version = 20240909
+android.numeric_version = 20240911
requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy,cryptography,ffpyplayer,codec2,pycodec2,sh,pynacl
diff --git a/sbapp/main.py b/sbapp/main.py
index 9d33ab67..a9ff5416 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
-__version__ = "0.9.4"
+__version__ = "0.9.5"
__variant__ = "beta"
import sys
diff --git a/setup.py b/setup.py
index 41e70966..518fd2d7 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ setuptools.setup(
},
install_requires=[
"rns>=0.7.7",
- "lxmf>=0.5.0",
+ "lxmf>=0.5.1",
"kivy>=2.3.0",
"pillow>=10.2.0",
"qrcode",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────